LegendPosition Enumeration

Represents the placement of a legend.

Definition

Namespace: Independentsoft.Office.Odf.Charts
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum LegendPosition

Members

Start0 Place legend on the left side of the plot area.
End1 Place legend on the right side of the plot area.
Top2 Place legend above the plot area.
Bottom3 Place legend below the plot area.
TopStart4 Place legend in the top left corner.
BottomStart5 Place the legend in the bottom left corner.
TopEnd6 Place legend in the top right corner.
BottomEnd7 Place legend in the bottom right corner.

See Also